 |
API Documentation
|
|
|
std::string_view getHullMemory() const
void setVertexMemory(const std::string_view &str)
std::string_view getPixelMemory() const
std::string_view getGeometryMemory() const
std::pair< std::string_view, std::string_view > getDefineMacroGeometry(unsigned int index) const
std::vector< std::pair< std::string_view, std::string_view > > getDefineMacrosPixel() const
std::vector< std::pair< std::string_view, std::string_view > > getDefineMacrosDomain() const
void setGeometryMemory(const std::string_view &str)
std::pair< std::string_view, std::string_view > getDefineMacroHull(unsigned int index) const
bool hasMinimalDefinitionsPipeline() const
void addDefineMacroPixel(const std::string_view &key, const std::string_view &value)
void setComputeMemory(const std::string_view &str)
std::string_view getVertexMemory() const
bool hasMinimalDefinitionsGeometry() const
void addDefineMacroDomain(const std::string_view &key, const std::string_view &value)
bool hasMinimalDefinitionsRaytrace() const
void addDefineMacroCompute(const std::string_view &key, const std::string_view &value)
unsigned int getDefineMacroNumberRaytrace() const
void setRaytraceMemory(const std::string_view &str)
void addDefineMacroGeometry(const std::string_view &key, const std::string_view &value)
void setPixelMemory(const std::string_view &str)
unsigned int getDefineMacroMaxNumberPipeline() const
void addDefineMacroHull(const std::string_view &key, const std::string_view &value)
std::pair< std::string_view, std::string_view > getDefineMacroPixel(unsigned int index) const
std::vector< std::pair< std::string_view, std::string_view > > getDefineMacrosHull() const
std::vector< std::pair< std::string_view, std::string_view > > getDefineMacrosGeometry() const
std::pair< std::string_view, std::string_view > getDefineMacroRaytrace(unsigned int index) const
std::pair< std::string_view, std::string_view > getDefineMacroCompute(unsigned int index) const
std::pair< std::string_view, std::string_view > getDefineMacroVertex(unsigned int index) const
std::string_view getComputeMemory() const
std::vector< std::pair< std::string_view, std::string_view > > getDefineMacrosRaytrace() const
unsigned int getDefineMacroMaxNumber() const
Holds the sources of a program.
Definition: ProgramSourcesHolder.h:12
void setHullMemory(const std::string_view &str)
std::vector< std::pair< std::string_view, std::string_view > > getDefineMacrosCompute() const
void setDomainMemory(const std::string_view &str)
std::pair< std::string_view, std::string_view > getDefineMacroDomain(unsigned int index) const
std::string_view getRaytraceMemory() const
bool hasMinimalDefinitionsCompute() const
std::string_view getDomainMemory() const
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
unsigned int getDefineMacroNumberCompute() const
void addDefineMacroRaytrace(const std::string_view &key, const std::string_view &value)
void addDefineMacroVertex(const std::string_view &key, const std::string_view &value)
std::vector< std::pair< std::string_view, std::string_view > > getDefineMacrosVertex() const